home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / ra / dctta004.exe / DCTTAG.TXT < prev    next >
Text File  |  1995-12-23  |  5KB  |  137 lines

  1.                         DCT Tagline Appender v0.04ß
  2.                              By Dan Traczynski
  3.                              December 23, 1995
  4.  
  5.  
  6. 1.0 - Installation
  7.  
  8.    This door will select ten random taglines from a tagline file and prompt
  9. the user on which one to append to his message.  He can also add his own
  10. tagline, or abort without any changes to his message.  The program will
  11. work with any BBS program that uses the MSGTMP file format (RA, SuperBBS,
  12. Concord[?], etc.).  The installation has two steps; both easy to do.
  13.  
  14.    First you must edit the DCTTAG.CFG file, then copy DCTTAG.EXE, DCTTAG.CFG,
  15. and DCTTAG.TAG into your BBS directory.  Please note that the only supported
  16. drop file at this time is the DOOR.SYS file.  The second step is to make the
  17. BBS run the door.  The following is sample batch file to use with IceEdit
  18. (change C:\BBS to your BBS directory).
  19.  
  20.         ────────────────────────
  21.          @echo off
  22.          cd\bbs\doors\iceedit
  23.          iceedit /d:c:\bbs
  24.          cd\bbs
  25.          if exist msgtmp dcttag
  26.         ────────────────────────
  27.  
  28.    The "IF EXIST MSGTMP" is added to the fifth line so that the program is
  29. not executed if the user aborts the message.  DCTTAG.EXE still checks to make
  30. sure that MSGTMP exists, and will terminate if it doesn't, but you can save
  31. time by not executing DCTTag in the first place.
  32.  
  33.    To run the batch file from the BBS, simply change the command line of the
  34. external editor to the batch file name.  For example, if you are using RA or
  35. Concord and the batch file is MSG.BAT, you would enter "*C /C MSG.BAT *M" on
  36. the command line.  For SuperBBS, you would use "C:\COMMAND.COM /C MSG.BAT".
  37.  
  38.    One last thing - any taglines that users enter are saved into the file
  39. DCTTAG.NEW, so that you can "adopt" these new tags to DCTTAG.TAG if you want.
  40.  
  41.  
  42. 1.1 - Making your own taglines
  43.  
  44.    To edit the taglines in the tagbase, simply run COMPILE.EXE with the "/D"
  45. parameter to create a text file version of the database.  Then edit the
  46. created file to whatever you want it to be.  Once finished, simply re-compile
  47. the text file back to DCTTAG.TAG.  Please note that the maximum length each
  48. tagline can be is 72 characters.
  49.  
  50. 1.2 - Sysop keys
  51.  
  52.     F1 - Shows the Sysop keys on the status bar.
  53.     F2 - Invokes the chat mode (with line wrapping :).
  54.     F7 - Add 5 minutes to the user's time.
  55.     F8 - Subtract 5 minutes from the user's time.
  56.    F10 - Return the user back to the BBS.
  57.  
  58.  
  59. 1.3 - Upgrading
  60.  
  61.    If you are upgrading from a previous version, simply rename DCTTAG.TAG to
  62. something else, then type "COMPILE <filename>", where <filename> is the name
  63. that you renamed DCTTAG.TAG to.  That is the only change from previous
  64. versions.
  65.  
  66. 2.0 - Distribution & Disclaimer
  67.  
  68.    This program is FREEWARE.  That means that no fees are allowed to be
  69. charged for the distribution of it.  The program is also to be distributed
  70. in its original, unmodified form.  The archive should be named DCTTA004.EXE,
  71. preferably in LHA's SFX (self-extracting) archive format.
  72.  
  73.    Because this program is free, the author, Daniel Traczynski, will take no
  74. responsibility to anything that it may or may not do to your system.  It has
  75. been tested thoroughly, and should not do anything that it is not supposed
  76. to do.  Regardless of this, if anything should happen, the user is totally
  77. responsible, and the author will be under no obligations whatsoever.
  78.  
  79.  
  80. 3.0 - Comments
  81.  
  82.    The following things are not yet supported, but should be added in a
  83. future version.
  84.  
  85.       - File-locking (multinode support).  I'll probably add this in the
  86.         next version.
  87.       - More configuration (like how the main screen looks and stuff).
  88.       - Perhaps a separate tagline file for each different message area?
  89.       - Five-minute warning.
  90.       - Anything else I can think of or what people suggest.
  91.  
  92.  
  93. 4.0 - Credits/Acknowledgments
  94.  
  95. Garfield (Neural Meltdown - 604-255-5198) for ßeta testing my programs.
  96.  
  97. Cameron Braithwaite (Mega Messages - 604-929-0365) because I got many of the
  98. taglines from the Fido taglines area on his board.
  99.  
  100. Justin Bourne for the idea of "Select a random tagline from the ten above."
  101.  
  102. Chronos (Rogue's Inn - 604-924-0783) cuz his BBS is kewl ;)
  103.  
  104. Steve Lorenz for his great DDPLUS package (even though it was full of bugs,
  105. which I fixed {well I *hope* I got them all}...)
  106.  
  107.  
  108. 5.0 - History
  109.  
  110. v0.04ß - December 23, 1995.
  111.  
  112. This is the first "public" release.  It is a *LOT* faster than the previous
  113. versions, due to the changed format of the tagline file.
  114.  
  115. -The tagline file is now stored in binary format, so searching for taglines
  116.  is a lot faster.
  117. -Added COMPILE.EXE to convert the tagline file to the new format.
  118. -The only supported drop file is now DOOR.SYS.
  119. -A few cosmetic changes.
  120. -Added another 83 taglines to the database, for a total of 1591 taglines :)
  121.  
  122. v0.03ß - November 10, 1995.
  123.  
  124. -Added the "Select random tagline from 10 above."
  125. -And some other stuff that I forgot about.
  126.  
  127. ßeta 1 - October 14, 1995.
  128.  
  129. Well this was the very first version of DCTTag...nice start, but not quite
  130. good enough for a v1.0 yet ;)
  131.  
  132.  
  133.  
  134. DCTTag is copyrighted 1995 by Dan Traczynski.
  135.  
  136. {EOF}
  137.